Appliance Tls ManualParameters Global SetSpecEx
Appliance Tls ManualParameters Global SetSpecEx
The Appliance Tls ManualParameters Global SetSpecEx schema contains the parameters for the custom TLS Profile which shall be applied to the appliance.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"protocol_versions": [
{
"version": "string",
"ciphers": [
"string"
]
}
],
"curves": [
"string"
]
}
protocol_versions
Required
Defines the list of TLS protocol version and their ciphers
This property was added in vSphere API 9.0.0.0.
array of
string
curves
Required
Defines the TLS Profile curves in IANA form.
This property was added in vSphere API 9.0.0.0.